home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / doom / quake.zip / FEIGN_V9.ZIP / README.TXT < prev    next >
Text File  |  1996-08-01  |  2KB  |  66 lines

  1.                              |-----------------|
  2.                              | Feign Death 0.9 |
  3.                              |-----------------|
  4.  
  5.                                by: Isaac Lauer
  6.                             email: gwydion@psu.edu
  7.  
  8.  
  9.         This bit of quakeC code allows you to feign death in a deathmatch,
  10. i.e. "play possum."  When you're down on the ground, you can't shoot, move,
  11. or jump.  You can, however look around.  Warning, when you turn around, so
  12. does your "corpse," so you'll be easy to spot.  When you go down, you shoot
  13. off an empty backpack , that contains a message to clue in your opponents.
  14. When you feel it's safe, you can get back up.
  15.  
  16.         This patch is distributed in source form.  Copy the standard .qc
  17. files into a directory named "feign\progs" (or something similar) off of your
  18. "quake" directory, parallel to the "id1" that installation puts there.  Then
  19. unzip this package into that same directory, overwriting duplicate files.
  20. Then compile the new progs.dat as normal.
  21.  
  22.         To run with the changes, start quake with a line like:
  23.  
  24. quake -game feign
  25.  
  26.  
  27.         The "feign" command is on "impulse 150".  To stand up, use "impulse
  28. 150" again.  For convenience, you should bind it to a key, for example, by
  29. adding a line like:
  30.  
  31. bind f "impulse 150"
  32.  
  33. to your autoexec.cfg file.
  34.  
  35.  
  36. known bugs:
  37.         Sometimes you get stuck, but quake will unstick you.  You get an
  38.                 "Unstuck" message.  Avoid elevators, sometimes you can
  39.                 get stuck in them for good.  Noclip to get out.
  40.         If you try to fill up a room with backpacks, you'll sometimes get 
  41.                 packet overflows.
  42.  
  43. availability:
  44.         ftp.cdrom.com
  45.         my home page, when I get back to school, where I will I will
  46.                 make a precompiled progs.dat available.
  47.  
  48. modified files:
  49.         client.qc        Look for the code marked
  50.         player.qc        // experimental
  51.         weapons.qc
  52.         progs.src
  53.  
  54. new files:
  55.         feign.qc
  56.  
  57. Please send bug reports, comments, etc. to me via my email address:
  58.         gwydion@psu.edu
  59.  
  60.  
  61.  
  62.   Do NOT distribute this patch by any means other than electronically.  When
  63.                 version 1.0 comes out, this will change.
  64.  
  65.   Also, please do distribute this patch with other patches until 1.0 is out.
  66.